Add new field `rustc_args` to the `Profile`
authorSondre Lefsaker <sondrele@stud.ntnu.no>
Sat, 2 May 2015 10:59:58 +0000 (12:59 +0200)
committerSondre Lefsaker <sondrele@stud.ntnu.no>
Sat, 2 May 2015 14:29:28 +0000 (16:29 +0200)
commit53453c8e8d3ca3fabc86e30c892f788e5e6e248c
tree4d0bfbcab44bc6e1e11153327994a7ae4cc3611e
parent512b217b0b24957dcaabfa97d8887e37abe7760d
Add new field `rustc_args` to the `Profile`
- This field will be set by the `cargo rustc` command, only if one target is being compiled
- The field can not be read from the Cargo.toml
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml.rs